Error processing SSI file
Leadtools.Dicom.Common

Show in webframe

Get<T>(DicomDataSet) Method






The type of data to get from the DICOM data set.
The data set to read the information from.
Gets the specified data from the DICOM data set and assigns it in a new instance of T.
Syntax
[ExtensionAttribute()]
public static T Get<T>( 
   DicomDataSet ds
)
where T: 
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function Get(Of T As {})( _
   ByVal ds As DicomDataSet _
) As T
'Usage
 
Dim ds As DicomDataSet
Dim value As T
 
value = DicomExtensions.Get(Of T)(ds)
[ExtensionAttribute()]
public:
static T^ Getgeneric<typename T>
( 
   DicomDataSet^ ds
) 
where T: 

Parameters

ds
The data set to read the information from.

Type Parameters

T
The type of data to get from the DICOM data set.

Return Value

A new instance of T with the information from the DICOM data set.
Example
For an example refer to ElementAttribute
Requirements

Target Platforms

See Also

Reference

DicomExtensions Class
DicomExtensions Members
Overload List

Error processing SSI file
   Leadtools.Dicom.Common requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features